ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / AllowSorting Property

In This Topic
    AllowSorting Property (ColumnBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.AllowSorting. Sets whether the user can sort this column by clicking its header.
    Syntax
    'Declaration
     
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    See Also